home *** CD-ROM | disk | FTP | other *** search
- ; INF file for P2k.sys in Windows 2000 and Windows 98SE
- ; Copyright (c) 2000-2001, Motorola, Inc.
-
-
- [Version]
- Signature="$Windows NT$"
- Class=USB
- ClassGUID={FEB8D079-0681-11D4-9531-0060089ABC08}
- Provider=%P2k.Provider%
-
- [Manufacturer]
- %P2k.Manufacturer%=P2k
-
- [ClassInstall32]
- AddReg=P2k.AddClassReg
-
- [P2k]
- ;Motorola iDEN Patriot PID
- %P2k0.DeviceDesc%=P2k.INSTALL, USB\VID_0C44&PID_0021&REV_0001
- %P2k1.DeviceDesc%=P2k.INSTALL, USB\VID_0C44&PID_0022&REV_0001
-
- ; TODO: Add an optional Tag File to ensure that the end user
- ; has specified the correct path to the diskette, CD-ROM,
- ; or network drive. See the INF File Reference in the
- ; DDK documentation for more information on SourceDisksNames
- ; sections.
- [SourceDisksNames]
- 1=%P2k.DriverDiskName%,"",1
-
- [SourceDisksFiles]
- P2k.sys=1
-
- [PreCopySection]
- HKR,,NoSetupUI,,1
-
- [DestinationDirs]
- P2k.CopyFiles = 10,system32\drivers ; WINDOWS\SYSTEM32\DRIVERS
-
- [P2k.INSTALL]
- ;CopyFiles=P2k.CopyFiles
- AddReg=P2k.AddRegLoader
-
- [P2k.AddClassReg]
- HKR,,,,%P2k.ClassName%
-
- [P2k.AddRegLoader]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,P2k.sys
-
- [P2k.INSTALL.NT]
- ;CopyFiles=P2k.CopyFiles
-
- [P2k.INSTALL.NT.Services]
- AddService = P2k,0x00000002,P2k_Service_Inst,P2k_EventLog_Inst
-
- [P2k_Service_Inst]
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_AUTO_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\P2k.sys
- DisplayName = %P2k.DeviceDesc%
-
- [P2k_EventLog_Inst]
- AddReg=P2k.AddEventLogReg
-
- [P2k.AddEventLogReg]
- HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\P2k.sys"
- HKR,,TypesSupported,0x00010001,7
-
-
- [P2k.CopyFiles]
- P2k.sys
-
- ;---------------------------------------------------------------;
-
- [Strings]
- P2k.Provider="Motorola Inc"
- P2k.Manufacturer="Motorola Inc"
- ; TODO: Replace the following with an appropriate description
- ; of this actual device.
- P2k.DeviceDesc="Motorola iDEN P2k Device"
-
- P2k0.DeviceDesc="Motorola iDEN P2k0 Device"
- P2k1.DeviceDesc="Motorola iDEN P2k1 Device"
- P2k2.DeviceDesc="Motorola iDEN P2k2 Device"
- P2k3.DeviceDesc="Motorola iDEN P2k3 Device"
- P2k4.DeviceDesc="Motorola iDEN P2k4 Device"
- P2k5.DeviceDesc="Motorola iDEN P2k5 Device"
- P2k6.DeviceDesc="Motorola iDEN P2k6 Device"
- P2k7.DeviceDesc="Motorola iDEN P2k7 Device"
- P2k8.DeviceDesc="Motorola iDEN P2k8 Device"
- P2k9.DeviceDesc="Motorola iDEN P2k9 Device"
-
-
- ; TODO: Replace the following with an appropriate class name
- ; for this class of device.
- P2k.ClassName="P2k Device"
- ; TODO: If not installing from a diskette, change the following string
- ; to indicate the source location.
- P2k.DriverDiskName="P2k Installation Directory"
- ;P2k.DriverDiskName="A"